PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFNamedDestination Class / setDestination Method
The actual destination that corresponds to the given name.
In This Topic
    setDestination Method
    In This Topic
    Sets the destination.
    Syntax
    public void setDestination( 
       PDFDestination destination
    )

    Parameters

    destination
    The actual destination that corresponds to the given name.
    Exceptions
    ExceptionDescription
    When destination is null.
    See Also